home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / CHELP.PAK / MAKEFILE < prev    next >
Text File  |  1997-05-06  |  455b  |  15 lines

  1. #----------------------------------------------------------------------------
  2. # Borland C++
  3. # Copyright (c) 1987, 1996 Borland International Inc.  All Rights Reserved.
  4. #   examples\windows\chelp\makefile
  5. #----------------------------------------------------------------------------
  6.  
  7. SYSTEMS = WIN16 WIN32
  8. OSMAJOR = 4
  9. OSMINOR = 0
  10. CPCH    = -Hc -H"windows.h" -H=chelp.csm
  11. EXERES  = chelp
  12. HLP     = chelp
  13.  
  14. !include $(BCEXAMPLEDIR)\makefile.gen
  15.